Error
Timed out retrying after 15050ms: cy.click() failed because this element:
Los geht's
is being covered by another element:
...
Fix this problem, or use {force: true} to disable error checking.
Actual code
registrationPage.confirmNextStepOne.click(); //force true working
Method behind
return cy.contains("Los geht's");